From: Jan Beulich Date: Fri, 2 Dec 2011 08:05:26 +0000 (+0100) Subject: x86-64/mmcfg: remove __initdata annotation overlooked in 23749:e8d1c8f074ba X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=04c520cde5556bbfceea02224375ca8708968aa3;p=xen.git x86-64/mmcfg: remove __initdata annotation overlooked in 23749:e8d1c8f074ba Signed-off-by: Jan Beulich --- diff --git a/xen/arch/x86/x86_64/mmconfig_64.c b/xen/arch/x86/x86_64/mmconfig_64.c index 776deae6d7..16d432ed3a 100644 --- a/xen/arch/x86/x86_64/mmconfig_64.c +++ b/xen/arch/x86/x86_64/mmconfig_64.c @@ -23,7 +23,7 @@ struct mmcfg_virt { char __iomem *virt; }; static struct mmcfg_virt *pci_mmcfg_virt; -static int __initdata mmcfg_pci_segment_shift; +static unsigned int mmcfg_pci_segment_shift; static char __iomem *get_virt(unsigned int seg, unsigned int *bus) {